Uses of Enum
de.aoksystems.da.kernpruefung.xml.validator.ValidationResult.SEVERITY
Packages that use ValidationResult.SEVERITY
-
Uses of ValidationResult.SEVERITY in de.aoksystems.da.kernpruefung.xml.validator
Methods in de.aoksystems.da.kernpruefung.xml.validator that return ValidationResult.SEVERITYModifier and TypeMethodDescriptionValidationResult.getMaxSeverity()Liefert den höchsten gespeicherten Schweregrad.ResultEntry.getSeverity()Gibt den Schweregrad zurückstatic ValidationResult.SEVERITYReturns the enum constant of this type with the specified name.static ValidationResult.SEVERITY[]ValidationResult.SEVERITY.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.aoksystems.da.kernpruefung.xml.validator with parameters of type ValidationResult.SEVERITYModifier and TypeMethodDescriptionvoidValidationResult.addEntry(String reason, ValidationResult.SEVERITY severity) Fügt einen neuen Tupel zur Liste hinzu.Constructors in de.aoksystems.da.kernpruefung.xml.validator with parameters of type ValidationResult.SEVERITYModifierConstructorDescriptionResultEntry(String reason, ValidationResult.SEVERITY severity) Konstruiert ein ResultEntry mit dem Schweregrad "severity" und der Fehlerbeschreibung "reason".